home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / VSliderClass.h < prev   
C/C++ Source or Header  |  1992-12-23  |  375b  |  18 lines

  1. /* ==========================================================================
  2. **
  3. **                         VSliderClass.h
  4. ** ⌐1991 WILLISoft
  5. **
  6. ** ==========================================================================
  7. */
  8.  
  9. #ifndef VSLIDERCLASS_H
  10. #define VSLIDERCLASS_H
  11.  
  12. #include "VSlider.h"
  13. #include "SliderClass.h"
  14.  
  15. struct PositionerClass *VSliderClass( void );
  16.  
  17.  
  18. #endif